home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / fretext1.sit / Free Text Help_Services v1.01 / card_19120.txt < prev    next >
Text File  |  1990-04-13  |  750b  |  24 lines

  1. -- card: 19120 from stack: in.01
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3166
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  * function to logically OR two subsets, and put the resulting union
  11.  * of sets into the first of the two
  12.  *
  13.  *  ("ORSUBSETS", subsetHandle1, subsetHandle2)
  14.  *  --  returns quietly with nothing if it successfully ORs all bits
  15.  *      in the first subset flag array with the second array; beeps
  16.  *      and gives an error msg if it fails somehow...
  17.  *
  18.  * routine to get rid of a subset and release that memory:
  19.  *
  20.  *  ("RELEASESUBSET", subsetHandle)
  21.  *  --  returns quietly with nothing if successful in releasing the
  22.  *      subsetHandle, or noisily with an error message if it fails...
  23.  *
  24.